Skip to main content

mouseUp

Type

message

Summary

Sent when the navigation rail is clicked

Syntax

mouseUp pButton, pEventInfo

Description

Handle the mouseUp message in order to respond to clicks on the navigation rail.

Parameters

NameTypeDescription

pButton

The mouse button that was clicked

pEventInfo

An array of information about the click event. Contains the following keys:

  • "component": the component that was clicked; one of "FAB", "Menu" and "Destinations"
  • "destinationIndex": if the destinations component was clicked, the index of the clicked destination
  • "destinationTitle": if the destinations component was clicked, the title of the clicked destination